Skip to main content
Version: 5.3.0 - 5.3.1

fromAscii

Helper function that will convert ASCII to HEX

Usage

TronWeb.fromUtf8(value);

Parameters

ParameterDescriptionData Type
valueThe string to be convertedstring

Returns

String

Example

> TronWeb.fromUtf8("test");
> '0x74657374'